Export(Stream,IList<Event>) Method
Exports the events's data to a stream.
public void Export(
System.IO.Stream ,
System.Collections.Generic.IList<Event>
)
'Declaration
Public Overloads Sub Export( _
ByVal As System.IO.Stream, _
ByVal As System.Collections.Generic.IList(Of Event) _
)
Parameters
- stream
- A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
- appointments
- A System.Collections.Generic.IList`1 object.